home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / packet / p_aa4re / bbreqw3a / error.doc < prev    next >
Encoding:
Text File  |  1992-03-18  |  2.5 KB  |  42 lines

  1.  
  2. Error Codes used with the Microsoft Professional Development System
  3. (c) Microsoft Corporation
  4. These may help you determine a runtime problem with any BBseries programs.
  5. The ERROR code will be indicated by a number when the program aborts.
  6. ==============================================================================
  7. Code   Message                    ║ Code    Message
  8. ==============================================================================
  9.  1     NEXT without FOR           ║  51     Internal error
  10.  2     Syntax error               ║  52     Bad file name or number
  11.  3     RETURN without GOSUB       ║  53     File not found
  12.  4     Out of DATA                ║  54     Bad file mode
  13.  5     Illegal function call      ║  55     File already open
  14.  6     Overflow                   ║  56     FIELD statement active
  15.  7     Out of memory              ║  57     Device I/O error
  16.  8     Label not defined          ║  58     File already exists
  17.  9     Subscript out of range     ║  59     Bad record length
  18. 10     Duplicate definition       ║  61     Disk full
  19. 11     Division by zero           ║  62     Input past end of file
  20. 12     Illegal in direct mode     ║  63     Bad record number
  21. 13     Type mismatch              ║  64     Bad file name
  22. 14     Out of string space        ║  67     Too many files
  23. 16     String formula too complex ║  68     Device unavailable
  24. 17     Cannot continue            ║  69     Communication-buffer overflow
  25. 18     Function not defined       ║  70     Permission denied
  26. 19     No RESUME                  ║  71     Disk not ready
  27. 20     RESUME without error       ║  72     Disk-media error
  28. 24     Device timeout             ║  73     Feature unavailable
  29. 25     Device fault               ║  74     Rename across disks
  30. 26     FOR without NEXT           ║  75     Path/File access error
  31. 27     Out of paper               ║  76     Path not found
  32. 29     WHILE without WEND         ║  80     Feature removed
  33. 30     WEND without WHILE         ║  81     Invalid name
  34. 33     Duplicate label            ║  82     Table not found
  35. 35     Subprogram not defined     ║  83     Index not found
  36. 37     Argument-count mismatch    ║  84     Invalid column
  37. 38     Array not defined          ║  85     No current record
  38. 40     Variable required          ║  86     Duplicate value for unique index
  39. 50     FIELD overflow             ║  87     Invalid operation on null index
  40.                                   ║  88     Database needs repair
  41.  
  42.